ClanMod 1.82b1
--------------------
Removed: several DoD-specific workarounds that are no longer needed
Changed: numerous small changes and corrections to the config files and file structure. We highly recommend using the new files.
Changed: Reordered the VC6 project with more build configurations, etc.
Changed: clanmod.sql to insert fields for 3 added mods (see below)
Fixed: console error spam on DoD, caused by a special DoD workaround trying to fetch mp_timeleft, which does not exist anymore
Fixed: workaround for compile errors and warnings which are caused by metamod and MySQL using the same typedef names and #defines
Fixed: aliased common weapon names with CS retail names to prevent loophole in cm_buyrestrict
Added: internal support for mods: nsp (Natural-Selection 3.0 BETA), ios (International Online Soccer) and dcrisis (Desert Drisis)
Added: clanmod_update.sql for existing MySQL installs to insert fields for 3 added mods
Added: support for PTeam message in DoD, to identify the players' teams
Added: HTML support for MOTD windows with 4 new cvars for customization (cm_htmlvgui2, cm_htmlbgcolor, cm_htmlfgcolor, cm_htmlfont)

ClanMod 1.81.27 BETA
--------------------
Changed: renamed rules.txt, adminhelp.txt, playerhelp.txt to include cs_. Re added non HTML version as default. Added path definition to cs_ files in the cs mod specific configs.
Fixed: DoD menus are truncated for proper display
Fixed: Server crashing when motd is ""
Fixed: Changed table name "richochet" to "ricochet". Correct this in your db before starting with this release. You may issue the following SQL script to make the necessary change:
       ALTER TABLE `cm_users` CHANGE `richochet` `ricochet` ENUM ('Y' ,'N' )DEFAULT 'N' NOT NULL
Fixed: Advanced Map Control now has a task set to put settings back to default when neccessary
Removed: cm_consgreet.cfg
Added: cm_string 203 - Friendly Fire is Off announcement
Added: cm_buyrestrict <weapon,...>
Added: cm_buyunrestrict <weapon,...> Same weaponnames as the buy commands.
Added: cm_string 204 - Buy restricted announcement for above 2 commands.
Added: show_ff (Need to alias in the conigs as: say /ff, ff) to have server tell player if friendly fire in on or off.
Added: cm_mapconfigs - 0 -Don't load map configs, 1 - Load map specific configs on map change
Added: configs/maps/ directory to store map specific config files
Added: de_dust.cfg, scoutzknivez.cfg, de_rats.cfg, and fy_iceworld.cfg

ClanMod 1.81.26 BETA
--------------------
Fixed: VGUI and clanmodmenu bug which prevented the menu from displaying on systems using VGUI
Fixed: votemenu bug which prevented the votemenu from working properly
Fixed: launching cm_admins.cfg
Fixed: launching mod specific configs
Fixed: displaying cm_consgreet.cfg in client console when connecting to server
Fixed: cm_consgreet.cfg default path
Fixed: Empty lines in cm_consgreet.cfg no longer print a blank line
Fixed: STEAM_ID example in cm_admins.cfg
Fixed: cm_string 57 had been accidentally removed. Replaced with "Do you want to proceed?"
Fixed: Numerous small tweaks to cm_titles.cfg (Added [CLANMOD] to some announcements, etc.)
Added: MySQL Admin Management
Added: Non-league versions of cstrike, dod, and ns mod configs

ClanMod 1.81.25 BETA
--------------------
Removed: cm_ppsay 0 = Disabled , 1 = Enable (private pretty say) Now Always on
Removed: New logging system all admin actions can now be optionally logged to a flat file or to a MySQL database - Too many errors from this. Will revisit in a later update.
Removed: cm_announce_action 0 - no announce / no log , 1 - yes announce / no log , 2 - yes announce / yes log - Tis broke cm_msgflags and is part of the logging system above.
Removed: MySQL Support and the associated cvars
Removed: Changed ban announcements to try to announce banned player name
Removed: WONID example from cm_admins.cfg
Changed: &wonid& to &steamid&
Changed: loading of mod specific configs to much shorter command to accommodate new US and European league configs
Changed: admin message settings moved from cm_admins.cfg to cm_settings.cfg to prepare for the return of MySQL support for admins
Changed: cm_tiles.cfg to once again display the Admins name in private and admin chat
Changed: Removed EKS' cm_mapextend.cfg 2.0 and replaced it with a new map extend system (Courtesy of OpFeR) 
Fixed: Problem with fastaccess menus (clanmodmenu_Information, clanmodmenu_Miscellaneous, clanmodmenu_ClanMatch, clanmodmenu_Configurations, clanmodmenu_Speech)
Fixed: Unban Menu only shows every second entry
Fixed: Admins work with new SteamID
Fixed: cm_stuck addon now displays messages properly
Added: Aliases and Menu commands to Restrict the Riot Shield
Added: warmenu.cfg for clanmatches (Courtesy of Imperium01 Who will continue maintenance of this config sytem)
Added: numerous league configs for CS, DoD, NS, FA, and TFC
Added: New CVAR = cm_locale - Set to use US or European League configs for CS, NS, DoD. (cm_settings.cfg)
Added: Menu commands to slay with all 3 methods, by individual, team, and ALL
Added: Menu command to force a player to spray - By request to find players with inappropriate sprays
Added: jaded Config script to ease launching the CAL/UGS Jaded config
Added: GPL License and Copyright information
Added: Execution of configs/cm_motd.cfg in clanmod.cfg (It had been accidentally omitted from previous release)
Added: Advanced Map Control script. (includes automatic settings for Death Match style maps; Aliases/commands to changelevel to new map or next map; Aliases/commands to set nextmap; Aliases/commands to set the nextmap to the current map)
Added: scripts/cm_scripts.cfg to launch addon scripts (removed these launch commands from mod configs)
Added: xhtml and css to playerhelp.txt, adminhelp.txt, and rules.txt to properly format MOTDs for CS 1.6
Added: ValveID example to cm_admins.cfg

ClanMod 1.81.24e
--------------------
Added: Cheating-Death tag checking ( Users who are [No C-D] or [Old C-D] have this tag removed from the list, and replaced with an ! mark )
Added: New logging system all admin actions can now be optionally logged to a flat file or to a MySQL database
Added: cm_ppsay 0 = Disabled , 1 = Enable (private pretty say)
Added: cm_announce_action 0 - no announce / no log , 1 - yes announce / no log , 2 - yes announce / yes log
Added: cm_mysql 0 - OFF (this is the default) , 1 - On , 2 - enable admin logging
Added: &quot;pretty&quot; private messaging ( cm_say &lt;SLOTID&gt; &lt;DISPLAY OPTIONS&gt; &quot;&lt;text&gt;&quot; )
Added: New TK options: say /tks, tks, tks? to have server tell player how many team kills they have
Added: TK flags: t - upon a team kill, use visual warnings u - upon a team kill, player will auto matically be told how many tk's they have
Changed: Names too short in DoD because of Clan Tags or C-D Names are now truncated to 20 chars
Changed: &amp;name&amp; is now limited to 20 chars
Changed: cm_conmotdfile to cm_consgreetfile
Changed: cm_consgreetfile defaults to addons/clanmod/configs/cm_consgreet.cfg
Changed: all mysql vars now start with cm_
Changed: TK string - (now includes target, and how long they are banned)
Changed: cm_freeslots to cm_reservedslots, and made it public. So it can been see from tools like ASE &amp; HLSW
Changed: directory structure
	addons/clanmod/clanmod.cfg - All this file does now is execute the other files.
	addons/clanmod/configs - configs go here
	addons/clanmod/configs/leagues - league configs
	addons/clanmod/configs/matches - match related configs (lo3, clanwar, etc)
	addons/clanmod/configs/mods - mod specific configs here
	addons/clanmod/dlls - dll/so go here
	addons/clanmod/docs - documentation
	addons/clanmod/help - in game help (player/admin/etc)
	addons/clanmod/logs - adminlog, banlog, etc..
	addons/clanmod/scripts - formerly called addons, (cm_stuck etc..)
Fixed: TK System (tk's are now only aquired if not forgiven)
Fixed: TK Menu (long player names were breaking the menu)
Fixed: Not existent cvar now returns properly when checked
Fixed: Map never changing when cm_loadconfig is 1/2

ClanMod 1.81.24d
--------------------
- New ValveID support
- Fixed more menu display overflows
- Fixed TK Banning/Glow & Bury (Now auto-detects LAN mode and bans by IP instead)
- Changed ban announcements to try to announce banned player name
- Changed cm_adminhelp defaults to addons/clanmod/help/adminhelp.txt
- Changed cm_rulesfile defaults to addons/clanmod/help/rules.txt
- Changed cm_banlistfile defaults to addons/clanmod/logs/banlist.txt
- Changed cm_snaplistfile defaults to addons/clanmod/logs/snaplist.txt
- Changed cm_msglogfile renamed to cm_adminlogfile
- Changed cm_adminlogfile defaults to addons/clanmod/logs/adminlog.txt
- Changed MySQL Table to include a more robust layout
- Tested MySQL using MySQL 3.23.51/53 and MySQL 4.0.12 linux servers

ClanMod 1.81.24c
--------------------
Fixed: Admin changelevel menu
Fixed: Client votemap menu
Added: MySQL support (for users/admins)

ClanMod 1.81.24b
--------------------
Added: MySQL support